Each time a visitor opens your website, the web browser sends a request to the web server, which executes it and supplies the desired data as a response. A standard HTML website uses minimum system resources for the reason that it is static, but database-driven platforms are more demanding and use far more processing time. Every webpage that is served produces 2 sorts of load - CPU load, that depends on the span of time the web server spends executing a specific script; and MySQL load, which depends on the amount of database queries generated by the script while the customer browses the site. Bigger load will be created if a considerable amount of people surf a given website at the same time or if numerous database calls are made all at once. 2 examples are a discussion board with a large number of users or an online store in which a client enters a term in a search box and tens of thousands of items are searched. Having in depth statistics about the load which your website generates will enable you to optimize the content or see if it's time for you to switch to a more powerful type of website hosting service, if the website is simply getting very popular.

MySQL & Load Stats in Shared Web Hosting

Our system keeps comprehensive information about the system resource usage of each and every shared web hosting account that is created on our top-notch cloud platform, so in case you opt to host your websites with us, you will have full access to this info from the Hepsia Control Panel, which you'll get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, as well as how much system memory they used. You can also see what processes generated the load - PHP or Perl scripts, cron jobs, etc. The MySQL load stats section will show you the amount of queries to each individual database that you have created in your shared hosting account, the total queries for the account as a whole and the average hourly rate. Comparing these numbers to the site visitor stats shall tell you if your sites perform the way they ought to or if they require some optimization, which will improve their performance and the overall website visitor experience.